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/02 12:06:06 UTC

Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #421

See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/421/changes>

Changes:

[stack] HBASE-14728 TestRowCounter is broken in master (Abhishek Singh Chouhan)

[stack] HBASE-14725 Vet categorization of tests so they for sure go into the

------------------------------------------
[...truncated 6064 lines...]
	at org.apache.hadoop.hbase.replication.TestReplicationBase.setUpBeforeClass(TestReplicationBase.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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)

org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.apache.hadoop.hbase.replication.TestReplicationBase.tearDownAfterClass(TestReplicationBase.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	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.RunAfters.evaluate(RunAfters.java:33)
	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: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 344.338 sec <<< FAILURE! - in org.apache.hadoop.hbase.replication.TestMasterReplication
testCyclicReplication1(org.apache.hadoop.hbase.replication.TestMasterReplication)  Time elapsed: 253.87 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:448)
	at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:225)
	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1078)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1038)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:910)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:904)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:848)
	at org.apache.hadoop.hbase.replication.TestMasterReplication.startMiniClusters(TestMasterReplication.java:269)
	at org.apache.hadoop.hbase.replication.TestMasterReplication.testCyclicReplication1(TestMasterReplication.java:129)

Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 256.923 sec <<< FAILURE! - in org.apache.hadoop.hbase.fs.TestBlockReorder
testBlockLocation(org.apache.hadoop.hbase.fs.TestBlockReorder)  Time elapsed: 211.9 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:448)
	at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:225)
	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1078)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1044)
	at org.apache.hadoop.hbase.fs.TestBlockReorder.testBlockLocation(TestBlockReorder.java:422)

Killed
Killed
Killed
Killed
Killed

Results :

Failed tests: 
  TestReplicationSource.setUpBeforeClass:63 Test resulted in an unexpected exit
Tests in error: 
  TestAcidGuarantees.testMobScanAtomicity:408->runTestAtomicity:342 » Runtime De...
  TestMovedRegionsCleaner.before:71 » OutOfMemory unable to create new native th...
  TestBlockReorder.testBlockLocation:422 » IO Shutting down
  TestMultiTableSnapshotInputFormat>MultiTableInputFormatTestBase.setUpBeforeClass:82 » OutOfMemory
  TestTableInputFormat.beforeClass:91 » OutOfMemory unable to create new native ...
org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil.org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
  Run 1: TestTableMapReduceUtil.beforeClass:91 » IO Shutting down
  Run 2: TestTableMapReduceUtil.afterClass:97 » OutOfMemory unable to create new native...

  TestTableSnapshotInputFormat.testInitTableSnapshotMapperJobConfig:100->TableSnapshotInputFormatTestBase.setupCluster:63 » OutOfMemory
  TestTableSnapshotInputFormat.testWithMapReduceAndOfflineHBaseMultiRegion:148->TableSnapshotInputFormatTestBase.testWithMapReduce:160->TableSnapshotInputFormatTestBase.setupCluster:63 » OutOfMemory
  TestTableSnapshotInputFormat.testWithMapReduceMultiRegion:141->TableSnapshotInputFormatTestBase.testWithMapReduce:160->TableSnapshotInputFormatTestBase.setupCluster:63 » OutOfMemory
  TestRegionReplicaFailover.testSecondaryRegionKillWhilePrimaryIsAcceptingWrites:334->verifyNumericRowsWithTimeout:213->Object.wait:502->Object.wait:-2 » TestTimedOut
  TestMasterReplication.testCyclicReplication1:129->startMiniClusters:269 » IO S...
  TestPerTableCFReplication.setUpBeforeClass:170 » IO Shutting down
org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers.org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
  Run 1: TestReplicationChangingPeerRegionservers>TestReplicationBase.setUpBeforeClass:128 » IO
  Run 2: TestReplicationChangingPeerRegionservers>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer.org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
  Run 1: TestReplicationDisableInactivePeer>TestReplicationBase.setUpBeforeClass:129 » OutOfMemory
  Run 2: TestReplicationDisableInactivePeer>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationEndpoint.org.apache.hadoop.hbase.replication.TestReplicationEndpoint
  Run 1: TestReplicationEndpoint.setUpBeforeClass:62->TestReplicationBase.setUpBeforeClass:128 » IO
  Run 2: TestReplicationEndpoint.tearDownAfterClass:70->TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS.org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
  Run 1: TestReplicationKillMasterRS>TestReplicationBase.setUpBeforeClass:129 Test resulted in an unexpected exit
  Run 2: TestReplicationKillMasterRS>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed.org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
  Run 1: TestReplicationKillMasterRSCompressed.setUpBeforeClass:40->TestReplicationBase.setUpBeforeClass:129 » IO
  Run 2: TestReplicationKillMasterRSCompressed>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationSmallTests.org.apache.hadoop.hbase.replication.TestReplicationSmallTests
  Run 1: TestReplicationSmallTests>TestReplicationBase.setUpBeforeClass:129 Test resulted in an unexpected exit
  Run 2: TestReplicationSmallTests>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool.org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
  Run 1: TestReplicationSyncUpTool>TestReplicationBase.setUpBeforeClass:128 » IO Shutti...
  Run 2: TestReplicationSyncUpTool>TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.TestReplicationWithTags.org.apache.hadoop.hbase.replication.TestReplicationWithTags
  Run 1: TestReplicationWithTags.setUpBeforeClass:137 » IO Shutting down
  Run 2: TestReplicationWithTags.tearDownAfterClass:161 » OutOfMemory unable to create ...

org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL.org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL
  Run 1: TestReplicationEndpointWithMultipleWAL.setUpBeforeClass:32->TestReplicationEndpoint.setUpBeforeClass:62->TestReplicationBase.setUpBeforeClass:128 » IO
  Run 2: TestReplicationEndpointWithMultipleWAL>TestReplicationEndpoint.tearDownAfterClass:70->TestReplicationBase.tearDownAfterClass:158 » NullPointer

org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL.org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
  Run 1: TestReplicationSyncUpToolWithMultipleWAL.setUpBeforeClass:33->TestReplicationBase.setUpBeforeClass:128 » IO
  Run 2: TestReplicationSyncUpToolWithMultipleWAL>TestReplicationBase.tearDownAfterClass:158 » NullPointer

  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDroppedTables:336->testRegionReplicaReplicationIgnoresDisabledTables:350 » IO
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreated:121 » IO
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationPeerIsCreatedForModifyTable:151 » IO
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith10Replicas:259->testRegionReplicaReplication:178 » IO
  TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationWith2Replicas:249->testRegionReplicaReplication:178 » IO
  TestRegionReplicaReplicationEndpoint.testRegionReplicaWithoutMemstoreReplication:269 » IO
  TestRegionReplicaReplicationEndpointNoMaster.afterClass:137 » OutOfMemory unab...
  TestHTraceHooks.before:64 » OutOfMemory unable to create new native thread

Tests run: 2271, Failures: 1, Errors: 30, Skipped: 41

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  5.403 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.962 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.284 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  0.340 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [  3.250 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:49 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [01:04 min]
[INFO] Apache HBase - Client ............................. SUCCESS [ 59.865 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.942 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.687 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.060 s]
[INFO] Apache HBase - Server ............................. FAILURE [  01:10 h]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. 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 - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:15 h
[INFO] Finished at: 2015-11-02T11:01:55+00:00
[INFO] Final Memory: 63M/3393M
[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=Hadoop/ws/hbase-server> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/jre/bin/java -enableassertions -Dhbase.test -Xmx2800m -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=Hadoop/ws/hbase-server/target/surefire/surefirebooter4009834403558901824.jar> <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/surefire/surefire8958872959172311426tmp> <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/surefire/surefire_12434387973343521669044tmp>
[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  :   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
[Hadoop] $ /bin/bash -xe /tmp/hudson3479136414304931744.sh
++ jps
++ grep surefirebooter
++ wc -l
+ 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
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE

Jenkins build is back to normal : HBase-Trunk_matrix » latest1.8,Hadoop #425

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/425/changes>


Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #424

Posted by Stack <st...@duboce.net>.
This should be fixed now.
St.Ack

On Mon, Nov 2, 2015 at 2:32 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/424/changes
> >
>
> Changes:
>
> [stack] HBASE-13014 Java Tool For Region Moving
>
> ------------------------------------------
> [...truncated 614 lines...]
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> hbase-prefix-tree ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> hbase-prefix-tree ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> hbase-prefix-tree ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-sources.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-prefix-tree ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-tests.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-prefix-tree ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT.jar
> >
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-prefix-tree ---
> [INFO] Fork Value is true
>      [java] Warnings generated: 1
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - Server 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-server ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-server ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-server ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> (jspcSource-packageInfo-source) @ hbase-server ---
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-jamon>
> added.
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-sources/java>
> added.
> [INFO]
> [INFO] --- jamon-maven-plugin:2.4.1:translate (default) @ hbase-server ---
> [INFO] Translating 10 templates from <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/jamon>
> to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-jamon
> >
> [INFO]
> [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps
> >
>      [copy] Copying 20 files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps
> >
> [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
> org.mortbay.log.Slf4jLog
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps/master/WEB-INF
> >
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF
> >
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-server ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> hbase-server ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 22 resources
> [INFO] Copying 2 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> hbase-server ---
> [INFO] Compiling 808 source files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/classes
> >
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java>:
> Some input files use or override a deprecated API.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java>:
> Some input files use unchecked or unsafe operations.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java>:
> Recompile with -Xlint:unchecked for details.
> [INFO] Some messages have been simplified; recompile with -Xdiags:verbose
> to get full output
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[190,16]
> sun.misc.Signal is internal proprietary API and may be removed in a future
> release
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[191,16]
> sun.misc.SignalHandler is internal proprietary API and may be removed in a
> future release
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25]
> sun.misc.Signal is internal proprietary API and may be removed in a future
> release
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44]
> sun.misc.SignalHandler is internal proprietary API and may be removed in a
> future release
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28]
> sun.misc.Signal is internal proprietary API and may be removed in a future
> release
> [WARNING] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7]
> sun.misc.Signal is internal proprietary API and may be removed in a future
> release
> [INFO] 6 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[50,38]
> cannot find symbol
>   symbol:   class HConnectionManager
>   location: package org.apache.hadoop.hbase.client
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[57,41]
> cannot find symbol
>   symbol:   class MetaRegionTracker
>   location: package org.apache.hadoop.hbase.zookeeper
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[365,42]
> cannot find symbol
>   symbol:   method currentTimeMillis()
>   location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[366,35]
> cannot find symbol
>   symbol:   method currentTimeMillis()
>   location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[553,46]
> cannot find symbol
>   symbol:   method currentTimeMillis()
>   location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[566,38]
> cannot find symbol
>   symbol:   method currentTimeMillis()
>   location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[583,46]
> cannot find symbol
>   symbol:   method currentTimeMillis()
>   location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[668,24]
> cannot find symbol
>   symbol:   variable HConnectionManager
>   location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[831,48]
> incompatible types: org.apache.hadoop.conf.Configuration cannot be
> converted to org.apache.hadoop.hbase.client.ClusterConnection
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,7]
> cannot find symbol
>   symbol:   class MetaRegionTracker
>   location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,39]
> cannot find symbol
>   symbol:   class MetaRegionTracker
>   location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[897,50]
> incompatible types: org.apache.hadoop.conf.Configuration cannot be
> converted to org.apache.hadoop.hbase.client.ClusterConnection
> [INFO] 12 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HBase ...................................... SUCCESS [
> 2.570 s]
> [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> 0.517 s]
> [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> 0.230 s]
> [INFO] Apache HBase - Annotations ........................ SUCCESS [
> 6.423 s]
> [INFO] Apache HBase - Protocol ........................... SUCCESS [01:27
> min]
> [INFO] Apache HBase - Common ............................. SUCCESS [
> 25.232 s]
> [INFO] Apache HBase - Procedure .......................... SUCCESS [
> 10.151 s]
> [INFO] Apache HBase - Client ............................. SUCCESS [
> 44.425 s]
> [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [
> 4.353 s]
> [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [
> 8.133 s]
> [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [
> 8.684 s]
> [INFO] Apache HBase - Server ............................. FAILURE [
> 6.942 s]
> [INFO] Apache HBase - Testing Util ....................... SKIPPED
> [INFO] Apache HBase - Thrift ............................. 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 - Assembly ........................... SKIPPED
> [INFO] Apache HBase - Shaded ............................. SKIPPED
> [INFO] Apache HBase - Shaded - Client .................... SKIPPED
> [INFO] Apache HBase - Shaded - Server .................... SKIPPED
> [INFO] Apache HBase - Spark .............................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 03:26 min
> [INFO] Finished at: 2015-11-02T22:32:26+00:00
> [INFO] Final Memory: 125M/2320M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
> (default-compile) on project hbase-server: Compilation failure: Compilation
> failure:
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[50,38]
> cannot find symbol
> [ERROR] symbol:   class HConnectionManager
> [ERROR] location: package org.apache.hadoop.hbase.client
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[57,41]
> cannot find symbol
> [ERROR] symbol:   class MetaRegionTracker
> [ERROR] location: package org.apache.hadoop.hbase.zookeeper
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[365,42]
> cannot find symbol
> [ERROR] symbol:   method currentTimeMillis()
> [ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[366,35]
> cannot find symbol
> [ERROR] symbol:   method currentTimeMillis()
> [ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[553,46]
> cannot find symbol
> [ERROR] symbol:   method currentTimeMillis()
> [ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[566,38]
> cannot find symbol
> [ERROR] symbol:   method currentTimeMillis()
> [ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[583,46]
> cannot find symbol
> [ERROR] symbol:   method currentTimeMillis()
> [ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[668,24]
> cannot find symbol
> [ERROR] symbol:   variable HConnectionManager
> [ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[831,48]
> incompatible types: org.apache.hadoop.conf.Configuration cannot be
> converted to org.apache.hadoop.hbase.client.ClusterConnection
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,7]
> cannot find symbol
> [ERROR] symbol:   class MetaRegionTracker
> [ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,39]
> cannot find symbol
> [ERROR] symbol:   class MetaRegionTracker
> [ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
> [ERROR] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[897,50]
> incompatible types: org.apache.hadoop.conf.Configuration cannot be
> converted to org.apache.hadoop.hbase.client.ClusterConnection
> [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  :   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
> [Hadoop] $ /bin/bash -xe /tmp/hudson4404440567128713132.sh
> ++ jps
> ++ wc -l
> ++ grep surefirebooter
> + ZOMBIE_TESTS_COUNT=1
> + [[ 1 != 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
> ++ jps
> ++ grep surefirebooter
> ++ wc -l
> + ZOMBIE_TESTS_COUNT=1
> + [[ 1 != 0 ]]
> + echo 'There are 1 zombie tests, they should have been killed by surefire
> but survived'
> There are 1 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
> ++ xargs -n 1 jstack
> ++ grep '\.java'
> ++ grep .test
> + ZB_STACK=
> POST BUILD TASK : FAILURE
> END OF POST BUILD TASK : 0
> Archiving artifacts
> Compressed 2.08 MB of artifacts by 28.6% relative to #407
> Recording test results
> ERROR: Publisher 'Publish JUnit test result report' failed: No test report
> files were found. Configuration error?
> [FINDBUGS] Skipping publisher since build result is FAILURE
> [CHECKSTYLE] Skipping publisher since build result is FAILURE
>

Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #424

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/424/changes>

Changes:

[stack] HBASE-13014 Java Tool For Region Moving

------------------------------------------
[...truncated 614 lines...]
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-prefix-tree ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-prefix-tree ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-prefix-tree/target/hbase-prefix-tree-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-prefix-tree ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Server 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-server ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-server ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-jamon> added.
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- jamon-maven-plugin:2.4.1:translate (default) @ hbase-server ---
[INFO] Translating 10 templates from <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/jamon> to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/generated-jamon>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 808 source files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/target/classes>
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java>: Recompile with -Xlint:unchecked for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[190,16] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[191,16] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[50,38] cannot find symbol
  symbol:   class HConnectionManager
  location: package org.apache.hadoop.hbase.client
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[57,41] cannot find symbol
  symbol:   class MetaRegionTracker
  location: package org.apache.hadoop.hbase.zookeeper
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[365,42] cannot find symbol
  symbol:   method currentTimeMillis()
  location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[366,35] cannot find symbol
  symbol:   method currentTimeMillis()
  location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[553,46] cannot find symbol
  symbol:   method currentTimeMillis()
  location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[566,38] cannot find symbol
  symbol:   method currentTimeMillis()
  location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[583,46] cannot find symbol
  symbol:   method currentTimeMillis()
  location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[668,24] cannot find symbol
  symbol:   variable HConnectionManager
  location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[831,48] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hadoop.hbase.client.ClusterConnection
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,7] cannot find symbol
  symbol:   class MetaRegionTracker
  location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,39] cannot find symbol
  symbol:   class MetaRegionTracker
  location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[897,50] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hadoop.hbase.client.ClusterConnection
[INFO] 12 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  2.570 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.517 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.230 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.423 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:27 min]
[INFO] Apache HBase - Common ............................. SUCCESS [ 25.232 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.151 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 44.425 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.353 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.133 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.684 s]
[INFO] Apache HBase - Server ............................. FAILURE [  6.942 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. 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 - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:26 min
[INFO] Finished at: 2015-11-02T22:32:26+00:00
[INFO] Final Memory: 125M/2320M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[50,38] cannot find symbol
[ERROR] symbol:   class HConnectionManager
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[57,41] cannot find symbol
[ERROR] symbol:   class MetaRegionTracker
[ERROR] location: package org.apache.hadoop.hbase.zookeeper
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[365,42] cannot find symbol
[ERROR] symbol:   method currentTimeMillis()
[ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[366,35] cannot find symbol
[ERROR] symbol:   method currentTimeMillis()
[ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[553,46] cannot find symbol
[ERROR] symbol:   method currentTimeMillis()
[ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[566,38] cannot find symbol
[ERROR] symbol:   method currentTimeMillis()
[ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[583,46] cannot find symbol
[ERROR] symbol:   method currentTimeMillis()
[ERROR] location: class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[668,24] cannot find symbol
[ERROR] symbol:   variable HConnectionManager
[ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[831,48] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hadoop.hbase.client.ClusterConnection
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,7] cannot find symbol
[ERROR] symbol:   class MetaRegionTracker
[ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[879,39] cannot find symbol
[ERROR] symbol:   class MetaRegionTracker
[ERROR] location: class org.apache.hadoop.hbase.util.RegionMover
[ERROR] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java>:[897,50] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hadoop.hbase.client.ClusterConnection
[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  :   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
[Hadoop] $ /bin/bash -xe /tmp/hudson4404440567128713132.sh
++ jps
++ wc -l
++ grep surefirebooter
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 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
++ jps
++ grep surefirebooter
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'There are 1 zombie tests, they should have been killed by surefire but survived'
There are 1 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
++ xargs -n 1 jstack
++ grep '\.java'
++ grep .test
+ ZB_STACK=
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Compressed 2.08 MB of artifacts by 28.6% relative to #407
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE

Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #423

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/423/changes>

Changes:

[stack] Revert "HBASE-14728 TestRowCounter is broken in master (Abhishek Singh

[stack] HBASE-14728 TestRowCounter is broken in master (Abhishek Singh Chouhan)

[stack] Revert "HBASE-14725 Vet categorization of tests so they for sure go into

------------------------------------------
[...truncated 4037 lines...]
	at org.apache.hadoop.util.JvmPauseMonitor$Monitor.run(JvmPauseMonitor.java:182)
	at java.lang.Thread.run(Thread.java:745)

"IPC Server idle connection scanner for port 34114" daemon prio=10 tid=0x000000000312d800 nid=0x7e86 in Object.wait() [0x00007fe87d860000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007ef628468> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:552)
	- locked <0x00000007ef628468> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:505)

"Socket Reader #1 for port 34114" prio=10 tid=0x0000000003110000 nid=0x7e85 runnable [0x00007fe87d961000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000007ef627998> (a sun.nio.ch.Util$2)
	- locked <0x00000007ef627988> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000007ef627790> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
	at org.apache.hadoop.ipc.Server$Listener$Reader.doRunLoop(Server.java:747)
	- locked <0x00000007f0c186f0> (a org.apache.hadoop.ipc.Server$Listener$Reader)
	at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:726)

"Timer-0" daemon prio=10 tid=0x0000000002cf0800 nid=0x7e5a in Object.wait() [0x00007fe87da62000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007f0cbea68> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:552)
	- locked <0x00000007f0cbea68> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:505)

"1587861567@qtp-881705455-1 - Acceptor0 HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45348" daemon prio=10 tid=0x0000000002ce0000 nid=0x7e58 runnable [0x00007fe87db63000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000007f0c19cb0> (a sun.nio.ch.Util$2)
	- locked <0x00000007f0c19cc0> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000007f0c19c68> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.mortbay.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:498)
	at org.mortbay.io.nio.SelectorManager.doSelect(SelectorManager.java:192)
	at org.mortbay.jetty.nio.SelectChannelConnector.accept(SelectChannelConnector.java:124)
	at org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:708)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

"830607997@qtp-881705455-0" daemon prio=10 tid=0x0000000002cde800 nid=0x7e57 in Object.wait() [0x00007fe87dc64000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007f0c1a120> (a org.mortbay.thread.QueuedThreadPool$PoolThread)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:626)
	- locked <0x00000007f0c1a120> (a org.mortbay.thread.QueuedThreadPool$PoolThread)

"pool-2-thread-1" prio=10 tid=0x0000000002caa800 nid=0x7e44 waiting on condition [0x00007fe87e7fe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007f0c641d8> (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 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
	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)

"Timer for 'NameNode' metrics system" daemon prio=10 tid=0x0000000002f4a000 nid=0x7e2b in Object.wait() [0x00007fe88818a000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007f0c4b2a0> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:552)
	- locked <0x00000007f0c4b2a0> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:505)

"process reaper" daemon prio=10 tid=0x0000000002992000 nid=0x7e1f waiting on condition [0x00007fe8881c3000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000007eef4c128> (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)

"Thread-0" prio=10 tid=0x00007fe894780000 nid=0x7e19 runnable [0x00007fe888aab000]
   java.lang.Thread.State: RUNNABLE
	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
	at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
	at org.mortbay.xml.XmlParser.parse(XmlParser.java:188)
	- locked <0x00000007dcca83d0> (a org.mortbay.xml.XmlParser)
	at org.mortbay.xml.XmlParser.parse(XmlParser.java:204)
	- locked <0x00000007dcca83d0> (a org.mortbay.xml.XmlParser)
	at org.mortbay.jetty.webapp.WebXmlConfiguration.configure(WebXmlConfiguration.java:221)
	at org.mortbay.jetty.webapp.WebXmlConfiguration.configureWebApp(WebXmlConfiguration.java:180)
	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1279)
	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	- locked <0x00000007dcc41d28> (a java.lang.Object)
	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	- locked <0x00000007dcc523e0> (a java.lang.Object)
	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
	at org.mortbay.jetty.Server.doStart(Server.java:224)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	- locked <0x00000007dcc416a8> (a java.lang.Object)
	at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:859)
	at org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.<init>(DatanodeHttpServer.java:109)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:841)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1201)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.<init>(DataNode.java:471)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2483)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2371)
	at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1487)
	- locked <0x00000007f0a2c1b0> (a org.apache.hadoop.hdfs.MiniDFSCluster)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:842)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:480)
	at org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:439)
	at org.apache.hadoop.hdfs.TestSetrepIncreasing.setrep(TestSetrepIncreasing.java:43)
	at org.apache.hadoop.hdfs.TestSetrepIncreasing.testSetrepIncreasing(TestSetrepIncreasing.java:80)
	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:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)

"Service Thread" daemon prio=10 tid=0x00007fe894291000 nid=0x7e11 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" daemon prio=10 tid=0x00007fe89428e800 nid=0x7e10 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" daemon prio=10 tid=0x00007fe89428b800 nid=0x7e0f runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x00007fe894281800 nid=0x7e0e runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0x00007fe89426b000 nid=0x7e0d in Object.wait() [0x00007fe8896d5000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007eef71288> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0x00000007eef71288> (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=0x00007fe894267000 nid=0x7e0c in Object.wait() [0x00007fe8897d6000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007eef70db0> (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 <0x00000007eef70db0> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007fe89400a000 nid=0x7dfd in Object.wait() [0x00007fe89c160000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000007f0a2c090> (a org.junit.internal.runners.statements.FailOnTimeout$StatementThread)
	at java.lang.Thread.join(Thread.java:1289)
	- locked <0x00000007f0a2c090> (a org.junit.internal.runners.statements.FailOnTimeout$StatementThread)
	at org.junit.internal.runners.statements.FailOnTimeout.evaluateStatement(FailOnTimeout.java:26)
	at org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" prio=10 tid=0x00007fe894264800 nid=0x7e0b runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007fe894020000 nid=0x7dfe runnable 

"GC task thread#1 (ParallelGC)" prio=10 tid=0x00007fe894022000 nid=0x7dff runnable 

"GC task thread#2 (ParallelGC)" prio=10 tid=0x00007fe894023800 nid=0x7e00 runnable 

"GC task thread#3 (ParallelGC)" prio=10 tid=0x00007fe894025800 nid=0x7e01 runnable 

"GC task thread#4 (ParallelGC)" prio=10 tid=0x00007fe894027800 nid=0x7e02 runnable 

"GC task thread#5 (ParallelGC)" prio=10 tid=0x00007fe894029800 nid=0x7e03 runnable 

"GC task thread#6 (ParallelGC)" prio=10 tid=0x00007fe89402b000 nid=0x7e04 runnable 

"GC task thread#7 (ParallelGC)" prio=10 tid=0x00007fe89402d000 nid=0x7e05 runnable 

"GC task thread#8 (ParallelGC)" prio=10 tid=0x00007fe89402f000 nid=0x7e06 runnable 

"GC task thread#9 (ParallelGC)" prio=10 tid=0x00007fe894030800 nid=0x7e07 runnable 

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007fe894032800 nid=0x7e08 runnable 

"GC task thread#11 (ParallelGC)" prio=10 tid=0x00007fe894034800 nid=0x7e09 runnable 

"GC task thread#12 (ParallelGC)" prio=10 tid=0x00007fe894036800 nid=0x7e0a runnable 

"VM Periodic Task Thread" prio=10 tid=0x00007fe89429b800 nid=0x7e12 waiting on condition 

JNI global references: 344

+ echo '************ END  zombies jstack extract'
************ END  zombies jstack extract
+ JIRA_COMMENT='

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 	at org.apache.hadoop.hdfs.TestSetrepIncreasing.testSetrepIncreasing(TestSetrepIncreasing.java:80)'
+ BAD=1
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
+ jps
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Compressed 3.27 MB of artifacts by 28.7% relative to #407
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE

Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #422

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/422/changes>

Changes:

[jmhsieh] HBASE-14731 Add -DuseMob option to ITBLL

------------------------------------------
[...truncated 1054 lines...]
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-rest ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-rest ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-rest ---
[INFO] Compiling 71 source files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes>
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-rest ---
[INFO] Compiling 38 source files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes>
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestTableScan.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestTableScan.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-rest ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (versionInfo-source) @ hbase-external-blockcache ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-external-blockcache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-external-blockcache ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
[INFO] Wrote classpath file '<https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath'.>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-external-blockcache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources/META-INF>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-external-blockcache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-external-blockcache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-external-blockcache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-external-blockcache ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-external-blockcache ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-external-blockcache ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-external-blockcache ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-assembly ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-assembly ---
[ERROR] Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
	at org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
	at org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
	at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
	at org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
	at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
	at org.apache.velocity.Template.merge(Template.java:356)
	at org.apache.velocity.Template.merge(Template.java:260)
	at org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	... 44 more
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  3.475 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.735 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.253 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  8.311 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:24 min]
[INFO] Apache HBase - Common ............................. SUCCESS [ 24.213 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.966 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 36.000 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.543 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.232 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.839 s]
[INFO] Apache HBase - Server ............................. SUCCESS [01:41 min]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [  0.842 s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [ 46.066 s]
[INFO] Apache HBase - Shell .............................. SUCCESS [  0.681 s]
[INFO] Apache HBase - Integration Tests .................. SUCCESS [  1.939 s]
[INFO] Apache HBase - Examples ........................... SUCCESS [ 11.371 s]
[INFO] Apache HBase - Rest ............................... SUCCESS [ 20.000 s]
[INFO] Apache HBase - External Block Cache ............... SUCCESS [  5.184 s]
[INFO] Apache HBase - Assembly ........................... FAILURE [  0.915 s]
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:19 min
[INFO] Finished at: 2015-11-02T13:31:59+00:00
[INFO] Final Memory: 181M/3391M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project hbase-assembly: Error rendering velocity resource. Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException: Index: 0, Size: 0 -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-assembly
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
[Hadoop] $ /bin/bash -xe /tmp/hudson6162564480810857378.sh
++ jps
++ grep surefirebooter
++ wc -l
+ 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
Compressed 3.27 MB of artifacts by 28.7% relative to #407
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE