See <https://builds.apache.org/job/HBase-TRUNK/5560/changes>
Changes: [stack] HBASE-12069 Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations ------------------------------------------ [...truncated 2058 lines...] [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-shell 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 : ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then #It seems sometimes the tests are not dying immediately. Let's give them 10s echo "Suspicious java process found - waiting 10s to see if there are just slow to stop" sleep 10 ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived" echo "************ BEGIN zombies jstack extract" ZB_STACK=`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"` jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack echo "************ END zombies jstack extract" JIRA_COMMENT="$JIRA_COMMENT {color:red}-1 core zombie tests{color}. There are ${ZOMBIE_TESTS_COUNT} zombie test(s): ${ZB_STACK}" BAD=1 jps | grep surefirebooter | cut -d ' ' -f 1 | xargs kill -9 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-TRUNK] $ /bin/bash -xe /tmp/hudson7986670768864622947.sh ++ jps ++ grep surefirebooter ++ wc -l + ZOMBIE_TESTS_COUNT=2 + [[ 2 != 0 ]] + echo 'Suspicious java process found - waiting 10s to see if there are just slow to stop' Suspicious java process found - waiting 10s to see if there are just slow to stop + sleep 10 ++ wc -l ++ grep surefirebooter ++ jps + ZOMBIE_TESTS_COUNT=2 + [[ 2 != 0 ]] + echo 'There are 2 zombie tests, they should have been killed by surefire but survived' There are 2 zombie tests, they should have been killed by surefire but survived + echo '************ BEGIN zombies jstack extract' ************ BEGIN zombies jstack extract ++ jps ++ grep surefirebooter ++ cut -d ' ' -f 1 ++ grep '\.java' ++ xargs -n 1 jstack ++ grep .test + ZB_STACK=' at org.apache.camel.component.jetty.jettyproducer.JettyHttpProducerConnectionFailureTest.testHttpGetWithParamsViaURI(JettyHttpProducerConnectionFailureTest.java:45)' + xargs -n 1 jstack + cut -d ' ' -f 1 + grep surefirebooter + jps 2014-09-25 20:17:37 Full thread dump Java HotSpot(TM) Server VM (23.25-b01 mixed mode): "Attach Listener" daemon prio=10 tid=0xaa500800 nid=0x6558 waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "derby.rawStoreDaemon" daemon prio=10 tid=0xa8fb3c00 nid=0x6444 in Object.wait() [0xaa17d000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb50ee4d0> (a org.apache.derby.impl.services.daemon.BasicDaemon) at org.apache.derby.impl.services.daemon.BasicDaemon.rest(Unknown Source) - locked <0xb50ee4d0> (a org.apache.derby.impl.services.daemon.BasicDaemon) at org.apache.derby.impl.services.daemon.BasicDaemon.run(Unknown Source) at java.lang.Thread.run(Thread.java:724) "Timer-0" daemon prio=10 tid=0xa8c58400 nid=0x6443 in Object.wait() [0xaa37d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb4f0a3f8> (a java.util.TaskQueue) at java.lang.Object.wait(Object.java:503) at java.util.TimerThread.mainLoop(Timer.java:526) - locked <0xb4f0a3f8> (a java.util.TaskQueue) at java.util.TimerThread.run(Timer.java:505) "com.google.inject.internal.util.$Finalizer" daemon prio=10 tid=0xa93ba400 nid=0x63db in Object.wait() [0xadb68000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3c94658> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0xb3c94658> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114) "Service Thread" daemon prio=10 tid=0xaa9f7000 nid=0x63c7 runnable [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" daemon prio=10 tid=0xaa9f5400 nid=0x63c6 waiting on condition [0x00000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" daemon prio=10 tid=0xaa9f3400 nid=0x63c5 runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" daemon prio=10 tid=0xaa9f1800 nid=0x63c4 runnable [0x00000000] java.lang.Thread.State: RUNNABLE "Finalizer" daemon prio=10 tid=0xaa9b7000 nid=0x63c3 in Object.wait() [0xaeb7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3a423e0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135) - locked <0xb3a423e0> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189) "Reference Handler" daemon prio=10 tid=0xaa9b5400 nid=0x63c2 in Object.wait() [0xaed7d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0xb3a41150> (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 <0xb3a41150> (a java.lang.ref.Reference$Lock) "main" prio=10 tid=0xf6806800 nid=0x63b3 runnable [0xf6951000] java.lang.Thread.State: RUNNABLE at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.<init>(DatasourceCallQueryMechanism.java:48) at org.eclipse.persistence.internal.queries.CallQueryMechanism.<init>(CallQueryMechanism.java:42) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.<init>(StatementQueryMechanism.java:45) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.<init>(ExpressionQueryMechanism.java:64) at org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism.<init>(JPQLCallQueryMechanism.java:40) at org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism.<init>(JPQLCallQueryMechanism.java:50) at org.eclipse.persistence.queries.DatabaseQuery.setEJBQLString(DatabaseQuery.java:2024) at org.eclipse.persistence.queries.ObjectLevelReadQuery.setEJBQLString(ObjectLevelReadQuery.java:2474) at org.eclipse.persistence.queries.DatabaseQuery.setJPQLString(DatabaseQuery.java:2013) at org.eclipse.persistence.internal.jpa.jpql.HermesParser$DatabaseQueryVisitor.visit(HermesParser.java:419) at org.eclipse.persistence.jpa.jpql.parser.SelectStatement.accept(SelectStatement.java:73) at org.eclipse.persistence.internal.jpa.jpql.HermesParser$DatabaseQueryVisitor.visit(HermesParser.java:404) at org.eclipse.persistence.jpa.jpql.parser.JPQLExpression.accept(JPQLExpression.java:136) at org.eclipse.persistence.internal.jpa.jpql.HermesParser.populateQueryImp(HermesParser.java:274) at org.eclipse.persistence.internal.jpa.jpql.HermesParser.buildQuery(HermesParser.java:157) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:138) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.buildEJBQLDatabaseQuery(EJBQueryImpl.java:112) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.<init>(EJBQueryImpl.java:98) at org.eclipse.persistence.internal.jpa.EJBQueryImpl.<init>(EJBQueryImpl.java:82) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.createQuery(EntityManagerImpl.java:1510) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.createQuery(EntityManagerImpl.java:1532) at org.apache.ambari.server.orm.dao.ServiceConfigDAO.findMaxVersions(ServiceConfigDAO.java:67) at org.apache.ambari.server.orm.dao.ServiceConfigDAO$$EnhancerByGuice$$4597158a.CGLIB$findMaxVersions$5(<generated>) at org.apache.ambari.server.orm.dao.ServiceConfigDAO$$EnhancerByGuice$$4597158a$$FastClassByGuice$$fe22769e.invoke(<generated>) at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at org.apache.ambari.server.orm.AmbariLocalSessionInterceptor.invoke(AmbariLocalSessionInterceptor.java:43) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52) at org.apache.ambari.server.orm.dao.ServiceConfigDAO$$EnhancerByGuice$$4597158a.findMaxVersions(<generated>) at org.apache.ambari.server.state.cluster.ClusterImpl.getConfigLastVersions(ClusterImpl.java:1915) at org.apache.ambari.server.state.cluster.ClusterImpl.<init>(ClusterImpl.java:205) at org.apache.ambari.server.state.cluster.ClusterImpl$$EnhancerByGuice$$e19bc1be.<init>(<generated>) at org.apache.ambari.server.state.cluster.ClusterImpl$$EnhancerByGuice$$e19bc1be$$FastClassByGuice$$6bfa8014.newInstance(<generated>) at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40) at com.google.inject.internal.ProxyFactory$ProxyConstructor.newInstance(ProxyFactory.java:260) at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) at com.google.inject.assistedinject.FactoryProvider2.invoke(FactoryProvider2.java:632) at com.sun.proxy.$Proxy12.create(Unknown Source) at org.apache.ambari.server.state.cluster.ClustersImpl.addCluster(ClustersImpl.java:207) at org.apache.ambari.server.state.ConfigGroupTest.setup(ConfigGroupTest.java:75) 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:45) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) at org.junit.runners.ParentRunner.run(ParentRunner.java:300) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) "VM Thread" prio=10 tid=0xaa8f8800 nid=0x63c1 runnable "GC task thread#0 (ParallelGC)" prio=10 tid=0xf6810800 nid=0x63b4 runnable "GC task thread#1 (ParallelGC)" prio=10 tid=0xf6812000 nid=0x63b5 runnable "GC task thread#2 (ParallelGC)" prio=10 tid=0xf6813400 nid=0x63b6 runnable "GC task thread#3 (ParallelGC)" prio=10 tid=0xf6814c00 nid=0x63b7 runnable "GC task thread#4 (ParallelGC)" prio=10 tid=0xf6816400 nid=0x63b8 runnable "GC task thread#5 (ParallelGC)" prio=10 tid=0xf6817800 nid=0x63b9 runnable "GC task thread#6 (ParallelGC)" prio=10 tid=0xf6819000 nid=0x63ba runnable "GC task thread#7 (ParallelGC)" prio=10 tid=0xf681a800 nid=0x63bb runnable "GC task thread#8 (ParallelGC)" prio=10 tid=0xf681bc00 nid=0x63bc runnable "GC task thread#9 (ParallelGC)" prio=10 tid=0xf681d400 nid=0x63bd runnable "GC task thread#10 (ParallelGC)" prio=10 tid=0xf681ec00 nid=0x63be runnable "GC task thread#11 (ParallelGC)" prio=10 tid=0xf6820400 nid=0x63bf runnable "GC task thread#12 (ParallelGC)" prio=10 tid=0xf6821800 nid=0x63c0 runnable "VM Periodic Task Thread" prio=10 tid=0xaa9f9000 nid=0x63c8 waiting on condition JNI global references: 415 25834: No such process POST BUILD TASK : FAILURE END OF POST BUILD TASK : 0 Archiving artifacts Sending artifact delta relative to HBase-TRUNK #5554 Archived 1829 artifacts Archive block size is 32768 Received 75 blocks and 530467765 bytes Compression is 0.5% Took 3 min 26 sec Recording test results Updating HBASE-12069
